home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / Invasion.swf / scripts / DefineButton2_27 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-07-16  |  451 b   |  30 lines

  1. on(release){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndStop("iniciar");
  5.       play();
  6.    }
  7.    tellTarget("/engranajes")
  8.    {
  9.       gotoAndStop(1);
  10.    }
  11.    tellTarget("/vidas")
  12.    {
  13.       gotoAndStop(1);
  14.    }
  15.    tellTarget("/reloj")
  16.    {
  17.       gotoAndStop(1);
  18.    }
  19.    tellTarget("/var")
  20.    {
  21.       gotoAndPlay(1);
  22.    }
  23.    set("/:monstruo","111");
  24.    unloadMovieNum(1);
  25.    tellTarget("/splash")
  26.    {
  27.       gotoAndStop(2);
  28.    }
  29. }
  30.